g_assert_warning

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void g_assert_warning(const(char)* log_domain, const(char)* file, int line, const(char)* pretty_function, const(char)* expression)
    version(Derelict_Link_Static)
    extern (C) extern (C) nothrow
    void
    g_assert_warning
    (
    const(char)* log_domain
    ,
    const(char)* file
    ,
    const int line
    ,
    const(char)* pretty_function
    ,
    const(char)* expression
    )
  2. da_g_assert_warning g_assert_warning;

Meta